Overload | Description |
---|---|
ThenPromiseUndefined(Function<TResult>,Function<Exception>) | Adds succeeded and failed handlers for this promise and returns a new promise, which is fulfilled when this promise is fulfilled. |
ThenPromiseUndefined(NPromise<TResult>) | Adds succeeded and failed handlers for this promise and returns a new promise, which is fulfilled when this promise is fulfilled. |